Skip to content

Bug fixes for unimplemented meta event #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Eggrice62
Copy link

This is a fix for the bug mentioned in issue 19. Since the same data is read twice, it cannot follow the file structure afterwards. This is simply solved by removing the unnecessary read function. I've attached a MIDI file to test it out in the link below. Before the fix, the data of MIDI messages came out in a jumbled mess. After the fix, it comes out as intended.

https://drive.google.com/file/d/1feeOInSjyom5dAI_OQcyW1-8AJeTiIKf/view?usp=sharing

@jameadows
Copy link

I just ran into this same issue, found the same fix and went to create a PR when I discovered this PR (wish I'd checked first). Anyhow, I recommend merging this fix. Thanks to all!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants